Pro-Cloud API Web Service
Method/ProCloudWS.asmx/ActivityTypesGet
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/ActivityTypesGet (Method)
Description
This web method returns a list of available activity types (TypeId) setup in the system, the ids returned by this web method are used in other web services such as CreateActivityForNewServiceUser and CreateActivityForExistingServiceUser.
Request (ActivityTypesGetSoapIn)

The request body is of type ActivityTypesGet.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

 

xml:string
strPassword Element objProviderGUId Element Sequence ActivityTypesGet Element

Overview

Sequence
Response (ActivityTypesGetSoapOut)

The response body is of type ActivityTypesGetResponse.

Response Body Parameters

NameDescriptionData Type
 objActivityTypesGetReturn
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence ActivityTypesGetResult Element Sequence ActivityTypesGetResponse Element

Overview

Sequence
Sequence
intErrorId xs:int
strErrorMsg optional xs:string
xmlDataSet optional
Sequence
Any
Example
<?xml version="1.0" encoding="utf-8"?>
<objActivityTypesGetReturn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://pro-cloud.org/">
  <intErrorId>0</intErrorId>
  <strErrorMsg />
  <xmlDataSet>
    <NewDataSet xmlns="">
      <ActivityTypesGet>
        <TypeId>15</TypeId>
        <TypeDesc>Hire Delivery</TypeDesc>
      </ActivityTypesGet>
      <ActivityTypesGet>
        <TypeId>16</TypeId>
        <TypeDesc>Hire Collection</TypeDesc>
      </ActivityTypesGet>
    </NewDataSet>
  </xmlDataSet>
</objActivityTypesGetReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service